/*--------------------listing.item.html------------------*/
.listingItem { }
.listingItem .newscontainer { width: auto; border: solid 1px #eee; padding: 15px; background: #fff; }
.listingItem .image { float: right; padding: 3px; margin: 5px 0 3px 8px; border: solid 1px #eee; overflow: hidden; }
.listingItem .image img { transition: all 0.5s ease; background: #0053a5; opacity: 0.9; width: 100%; }
.listingItem .image img:hover { transform: scale(1.1); transition: all ease 0.5s; background: #0053a5; opacity: 0.9; }
.listingItem .spacer { height: 10px; }
.listingItem .date { font-size: 13px; color: #888; padding: 5px; border: solid 1px #f5f5f5; height: 37px; float: left; width: 100%; background: #fbfbfb; }
.listingItem .subtitle {    font-size: 12px;    color: #666;}
.listingItem .title em {  display: inline-block;}
.listingItem .title h2 {  display: inline-block;font-size: 15px;color: #0053a5;line-height: 24px;margin-bottom: 8px;}
.listingItem .title { margin-top: 3px; }
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active { font-size: 15px; text-decoration: none; color: #0053a5; line-height: 1.4em; font-weight: bold; letter-spacing: 0.3px; }
.listingItem .summary { font-size: 14px; color: #4b4b4b; margin-top: 2px; line-height: 23px; min-height: 60px; text-align: justify; }
.listingItem .datepane { float: right; }
.listingItem .datepane span { margin-left: 5px; }
.listingItem .iconpane { float: left; }
.listingItem .iconpane a { background: #C8C8C8; color: #fff; font-size: 17px; width: 25px; height: 25px; display: inline-block; text-align: center; }
.listingItem .iconpane a:hover { background: #999; text-decoration: none; }
@media only screen and (max-width: 480px) {

.listingItem .title { clear: both; }
}

@media only screen and (max-width: 320px) {
.listingItem .datepane { font-size: 11px; }
}
/*------------------view.item.html------------------------*/
.ArticleView { margin: 0px 0 0 0; text-align: right; }
.ArticleView .news-content .title { margin: 0px 0 5px 0; font-size: 15px; text-align: right; font-weight: bold; }
.ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 { padding-left: 0; }
.ArticleView .section { margin: 15px 0; background: #fff; }
.ArticleView .section .headding { font-size: 15px; color: #143d61; background-color: #fbfbfb; border: solid 1px #f5f5f5; height: 40px; line-height: 40px; margin-bottom: 15px; padding-right: 17px; font-weight: bold; border-right: solid 3px #6F6E6E; }
.ArticleView .date { font-size: 13px; color: #888; padding: 5px; border: solid 1px #f5f5f5; height: 37px; float: left; width: 100%; background: #fbfbfb; }
.ArticleView .datepane { float: right; }
.ArticleView .datepane span { margin-left: 5px; }
.ArticleView .iconpane { float: left; }
.ArticleView .iconpane a { background: #C8C8C8; color: #fff; font-size: 17px; width: 25px; height: 25px; display: inline-block; text-align: center; }
.ArticleView .iconpane a:hover { background: #999; text-decoration: none; }
.ArticleView .image img { max-width: 100%;width:100%; }
.ArticleView h1 {    display: inline-block;font-size: 15px;font-weight: bold;}
.ArticleView .title em { vertical-align: middle; }
.ArticleView .subtitle {    font-size: 12px;    color: #666;}
.ArticleView .summary {  font-size: 13px;  color: #666;}
.ArticleView .description {  color: #111;}
.ArticleView .commentStyle { border-bottom: solid 1px #f5f5f5; padding-bottom: 20px; }
.ArticleView .commentStyle .fa { font-size: 67px; color: #bbb; }
.ArticleView .commentStyle .datecomment { font-size: 11px; color: #999; }
.ArticleView .back { text-align: center;margin-top:50px; }
.ArticleView .back a { background-color: #0153a5; color: #fff; text-align: center; font-size: 16px; margin-top: 30px; padding: 10px 20px; font-weight: bold; }

@media only screen and (max-width:767px){
.ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
    padding-left: 15px;
}
}
@media only screen and (max-width:360px){
.ArticleView .iconpane {
    display:none;
}
}

/*------------comment-------------------*/
.postComment p:nth-child(1) { display: inline-block; width: 48%; margin-left: 1%; }
.postComment p:nth-child(1) input { width: 100%; margin-right: 7px; border: solid 1px #ddd; }
.postComment p:nth-child(2) { width: 48%; }
.postComment p:nth-child(2) input { width: 100% !important; }
.postComment p:nth-child(2) { display: inline-block; margin: 0 8px; direction: ltr; }
.postComment p:nth-child(2) input { border: solid 1px #ddd; /*! margin: 15px; */ }
.postComment p:nth-child(3) { width: 100%; }
.postComment p:nth-child(3) input { width: 97% !important; }
.postComment p:nth-child(3) input { border: solid 1px #ddd; margin-right: 7px; }
.postComment input[type="text"] { height: 46px; text-align: right; margin-bottom: 5px; border-radius: 3px; box-shadow: 0 0px 3px 1px rgb(238, 238, 238); padding: 13px; }
.postComment textarea.NormalTextBox { border: solid 1px #ddd; width: 97% !important; position: relative; margin-right: 7px; padding: 15px; box-shadow: 0px 4px 10px 2px rgb(238, 238, 238); border-radius: 3px; height: 175px !important; }
.postComment input[type="button"] { background-color: #0153a5; font-size: 16px;  height: 41px; width: 141px;margin-right: 12px; text-align: center; color: #fff !important; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; border: none !important; }
#Notify {    padding-top: 7px;    padding-right: 12px;margin-bottom:5px;}
    #Notify input { width:auto !important;}
input[type="checkbox"], input[type="radio"] { margin:4px 0 0 5px;}
@media only screen and (max-width:590px) {
.postComment p:nth-child(1) { width: 97%;  }

.postComment p:nth-child(2) { width: 97%; }
}

/*---------------related.item.html----------------------*/
.relateditem { }
.relateditem .relatednews { border: solid 1px #eee; -webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.relateditem .relatednews .title { padding: 10px; height: 68px; overflow: hidden; font-size: 13px; }
.relateditem .relatednews .title a { color: #666 !important; -webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.relateditem .relatednews .title a { text-decoration: none; }
.relateditem .relatednews em { padding: 0 0 0 5px; }
.relateditem .icons { border-bottom: solid 1px #eee; }
.relateditem .dg-imagebox .pic {    border: 1px solid #eee;}
.relateditem .dg-imagebox { }
.relateditem .dg-imagebox .icon { width: 36px; height: 36px; line-height: 36px; background-color: #0b2e45; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; text-align: center; margin-bottom: 24px; color: #fff; position: absolute; top: 50%; right: 50%; margin: -18px -18px 0 -0; z-index: 3; opacity: 0; transform: scaleX(0); transform-origin: center; transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; /* Firefox 4 */ -webkit-transition: all 200ms ease-in; /* Safari and Chrome */ -o-transition: all 200ms ease-in; /* Opera */ -ms-transition: all 200ms ease-in; /* IE9? */ }
.relateditem .dg-imagebox:hover .icon { opacity: 1; transform: scaleX(1); transition: all 200ms ease-in 500ms; -moz-transition: all 200ms ease-in 500ms; /* Firefox 4 */ -webkit-transition: all 200ms ease-in 500ms; /* Safari and Chrome */ -o-transition: all 200ms ease-in 500ms; /* Opera */ -ms-transition: all 200ms ease-in 500ms; /* IE9? */ }
.relateditem .dg-imagebox .bg { position: absolute; bottom: 0; left: 0; right: 0; top: 100%; opacity: 1; z-index: 0; margin-top: -3px; opacity: 1; transition: all 300ms ease-in 500ms; -moz-transition: all 300ms ease-in 500ms; /* Firefox 4 */ -webkit-transition: all 300ms ease-in 500ms; /* Safari and Chrome */ -o-transition: all 300ms ease-in 500ms; /* Opera */ -ms-transition: all 300ms ease-in 500ms; /* IE9? */ }
.relateditem .dg-imagebox:hover .bg { opacity: 0.7; top: 0; margin-top: 0; transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; /* Firefox 4 */ -webkit-transition: all 300ms ease-in; /* Safari and Chrome */ -o-transition: all 300ms ease-in; /* Opera */ -ms-transition: all 300ms ease-in; /* IE9? */ }
.relateditem .dg-imagebox .pic { position: relative; }
.relateditem .dg-imagebox .pic > img { width: 100%; }
.relateditem .dg-imagebox .pic:after, .relateditem .dg-imagebox .pic:before { content: ""; position: absolute; top: 20px; right: 20px; left: 20px; bottom: 20px; opacity: .5; z-index: 1; transition: all 300ms ease-in 200ms; -moz-transition: all 300ms ease-in 200ms; /* Firefox 4 */ -webkit-transition: all 300ms ease-in 200ms; /* Safari and Chrome */ -o-transition: all 300ms ease-in 200ms; /* Opera */ -ms-transition: all 300ms ease-in 200ms; /* IE9? */ }
.relateditem .dg-imagebox .pic:after { border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; transform: scale(0,1); -webkit-transform: scale(0,1); }
.relateditem .dg-imagebox .pic:before { border-right: 1px solid #FFF; border-left: 1px solid #FFF; transform: scale(1,0); -webkit-transform: scale(1,0); }
.relateditem .dg-imagebox:hover .pic:after, .relateditem .dg-imagebox:hover .pic:before { transform: scale(1,1); -webkit-transform: scale(1,1); transition: all 300ms ease-in 300ms; -moz-transition: all 300ms ease-in 300ms; /* Firefox 4 */ -webkit-transition: all 300ms ease-in 300ms; /* Safari and Chrome */ -o-transition: all 300ms ease-in 300ms; /* Opera */ -ms-transition: all 300ms ease-in 300ms; /* IE9? */ }

/*---------------tag-item----------*/
.ArticleView .tag-item a { background: #929897; color: #fff; padding: 6px; font-size: 13px;margin-bottom:10px;display:inline-block; text-decoration: none; transition: background-color ease-in 200ms; -moz-transition: background-color ease-in 200ms; -webkit-transition: background-color ease-in 200ms; -o-transition: background-color ease-in 200ms; -ms-transition: background-color ease-in 200ms; }
.ArticleView .tag-item a:hover { background: #777777; }

/*--------------------lightbox------------------*/
.ArticleView .articleImages .ImagesItem { margin-right: 0; }
.ArticleView .articleImages .ImagesItem li a img { border: solid 1px #f5f5f5; padding: 2px; }
.ArticleView .articleImages .ImagesItem li { margin: 5px; float: right; list-style-type: none; }

/*----------------social---------------------------*/
.SocialIcons { padding-bottom: 5px; }
.SocialIcons a { text-decoration: none; }
.SocialIcons .fa { width: 35px; height: 35px; line-height: 35px; text-align: center; font-size: 20px; display: inline-block; background-color: #0153a5; color: #fff; transition: background-color ease-in 200ms; -moz-transition: background-color ease-in 200ms; -webkit-transition: background-color ease-in 200ms; -o-transition: background-color ease-in 200ms; -ms-transition: background-color ease-in 200ms; border-radius: 5px; margin-top: 5px; }
.SocialIcons .fa-send { background-color: #00ACED; font-size: 18px; position: relative; top: -1px; }
.SocialIcons .fa-instagram { background: #ED548E; font-size: 21px; position: relative; top: 1px; right: 1px; }
.SocialIcons .fa-facebook { background: #3B5998; }
.SocialIcons .fa-linkedin { background: #0076b3; }
.SocialIcons .fa-twitter { background-color: #32ccfe !important; font-size: 19px; }

/*------------fileItem.html-------------*/
.fileItem .file-download { float: left; }
.fileItem .file-download a { background: #0153a5; padding: 5px 10px; border-radius: 4px; color: #fff; }
.fileItem li { padding: 10px; list-style-type: none; }
.fileItem li a { text-decoration: none; }
.fileItem li:nth-child(2n+1) { background: #f5f5f5; }
.border { border: 1px solid #ddd; padding: 3px; background: #f6f6f6; }

/*------------------paging-------------*/
.PagingTable { width: 100%; background: #fff; height: 40px; margin-bottom: 15px; }
.PagingTable td span, .PagingTable a { background: #fff; height: 30px; line-height: 30px; display: inline-block; margin: 7px 2px; text-align: center; color: #888; padding: 0 7px; box-shadow: 1px 1px 1px 1px #eee; border-radius: 5px; font-weight: bold; }
.PagingTable [align="right"] { position: relative; right: 14px; }
.PagingTable { border: none !important; }
.PagingTable [align="right"] { position: relative; right: 14px; }

/** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.4.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.4 * @date November 17, 2007 * @category jQuery plugin * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com) * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */
#jquery-overlay { position: absolute; top: 0; right: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; right: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; right: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-container-image-data-box { background-color: #fff; margin: 0pt auto; overflow: auto; font-family: Verdana,Helvetica,sans-serif; font-size: 10px; font-size-adjust: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.4em; }
#lightbox-container-image-data { padding: 0 10px; }
#lightbox-container-image-details { float: right; text-align: right; width: 70%; }
#lightbox-container-image-details-caption { font-weight: bold; }
#lightbox-container-image-details-currentNumber { clear: right; display: block; }
#lightbox-container-image-details-currentNumber a, #lightbox-container-image-details-currentNumber a:hover { border-bottom: medium none; color: #151410; text-decoration: underline; }
#lightbox-container-image-details-nav { clear: right; display: block; padding: 0pt 0pt 10px; }
#lightbox-container-image-details-nav a, #lightbox-container-image-details-nav a:hover { border-bottom: medium none; color: #151410; text-decoration: underline; }
#lightbox-container-image-details-nav-btnPrev { margin: 0pt 0pt 0pt 8px; }
#lightbox-image-details-close-btnClose { float: left; }
#lightbox-image-details-close a, #lightbox-image-details-close a:hover { border-bottom: medium none; color: #151410; text-decoration: underline; }

/*---------print.item--------------------*/
.articlePrint { direction: rtl; margin: 0 auto; width: 650px; text-align: right; }
.articlePrint .printhead { font: 12px/150%; margin: 0; text-align: right; }
.articlePrint .printhead .printlogo { float: right; text-align: right; width: 200px; padding: 10px 0; }
.articlePrint .printhead .headinfo { line-height: 180%; float: left; font-size: 12px; padding: 10px 0; text-align: left; width: 400px; }
.articlePrint .printhead .headinfo .printcat { padding: 5px 0 0; }
.articlePrint .printhead .headinfo .printid { padding: 5px 0 0; }
.articlePrint .printhead .headinfo .printdt { direction: ltr; font-size: 12px; padding: 5px 0 0; text-align: left; }
.articlePrint .printtextpane { border: 2px dotted #CCCCCC; clear: both; padding: 20px 30px 40px; }
.articlePrint .printtextpane .nwstxtrotitr { color: #000066; font: 13px; margin: 0; text-align: right; }
.articlePrint .printtextpane .nwstxtinfotitle { color: #000066; font-size: 40px; padding: 10px 0; }
.articlePrint .printtextpane .nwstxtlead { color: #000000; margin: 3px 0; line-height: 1.6em !important; }
.articlePrint .printtextpane .nwstxttext { clear: both; font-size: 12px; padding: 3px 0 0; text-align: justify; line-height: 2em !important; }
.articlePrint .printcopyright { background: none repeat scroll 0 0 #DDDDDD; direction: rtl; font: normal 11px Verdana; padding: 2px 0; text-align: center; }

/*-------search-------------*/
#articleSearchFormSmall { width: 83%; height: 35px;margin: 10px 0 15px 0; text-align: right; position: relative; }
#articleSearchFormSmall input[type="submit"] { position: absolute; width: 43px; height: 43px; margin: 0px 0 0 0 !important; cursor: pointer; text-indent: -9999px; border: 0px; border: solid 1px #0053a5; background: #fff url('Images/search-tool.png') no-repeat center center/ 25px; background-color: #0053a5; }
#articleSearchFormSmall input[type="text"] { width: 95%; height: 43px; line-height: 40px; color: #004c75;margin: 0px 0 0 0; padding: 0 5px 0 0; background: #fff; border: 0px; border: solid 1px #eee; border-left: none; background: #fbfbfb; }
/*--------postRating-------*/
.postRating { padding: 10px; }
.postRating label { margin: 0 2px 0 20px; }

/*--------video----------*/
video{ width:100% !important;text-align:center;margin:30px auto;}
/*---------------News Articles Archives-------------*/
.listItem li { margin: 0; position: relative; list-style: none; padding: 5px 11px; font-size: 14px; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.listItem li:hover { margin: 0 3px 0 0; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.listItem li a { color: #333; }
.listItem li a:hover { color: #2c5cda;text-decoration:none; }
/*---------------*/
@media handheld, only screen and (max-width:414px) {
.col-xs-2 { float:none;}
}



/*///////////////*/

/*latest articles*/
.pr-0 { padding-right: 0; }
.pl-0 { padding-left: 0; }
.pt-5 { padding-top: 5px; }
.mb-20 { margin-bottom: 20px; }
.green { color: forestgreen; }
.blue { color: darkblue; }
.light-blue { color: #58a3bb; }
.listingItem { }
.listingItem .newscontainer { width: auto; border: solid 1px #eee; padding: 15px; background: #fff; }
.rtl .listingItem .image { float: right; padding: 3px; margin: 5px 0 3px 8px; border: solid 1px #eee; overflow: hidden; }
.listingItem .image { float: right; padding: 3px; margin: 5px 8px 3px 0; border: solid 1px #eee; overflow: hidden; }
.listingItem .image img { transition: all 0.5s ease; background: #0053a5; opacity: 0.9; width: 100%; }
.listingItem .image img:hover { transform: scale(1.1); transition: all ease 0.5s; background: #0053a5; opacity: 0.9; }
.listingItem .spacer { height: 10px; }
.listingItem .date { font-size: 13px; color: #888; padding: 5px; border: solid 1px #f5f5f5; height: 37px; float: left; width: 100%; background: #fbfbfb; }
.listingItem .subtitle { font-size: 12px; color: #666; }
.listingItem .title em { display: inline-block; }
.listingItem .title h2 { display: inline-block; font-size: 15px; color: #0053a5; line-height: 24px; margin-bottom: 8px; }
.listingItem .title { margin-top: 3px; }
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active { font-size: 15px; text-decoration: none; color: #0053a5; line-height: 1.4em; font-weight: bold; letter-spacing: 0.3px; }
.listingItem .summary { font-size: 14px; color: #4b4b4b; margin-top: 2px; line-height: 23px; min-height: 60px; text-align: justify; }
.rtl .listingItem .datepane { float: right; }
.listingItem .datepane { float: left; }
.listingItem .datepane span { margin-left: 5px; }
.rtl .listingItem .iconpane { float: left; }
.listingItem .iconpane { float: right; }
.listingItem .iconpane a { background: #C8C8C8; color: #fff; font-size: 17px; width: 25px; height: 25px; display: inline-block; text-align: center; }
.listingItem .iconpane a:hover { background: #999; text-decoration: none; }

@media only screen and (max-width: 480px) {

    .listingItem .title { clear: both; }
}

@media only screen and (max-width: 320px) {
    .listingItem .datepane { font-size: 11px; }
}

.PagingTable { width: 100%; background: #fff; height: 40px; margin-bottom: 15px; }
.PagingTable td span, .PagingTable a { background: #fff; height: 30px; line-height: 30px; display: inline-block; margin: 7px 2px; text-align: center; color: #888; padding: 0 7px; box-shadow: 1px 1px 1px 1px #eee; border-radius: 5px; font-weight: bold; }
.PagingTable td { padding: 0px 10px; }


/*search*/
#articleSearchFormSmall { width: 83%; height: 35px; margin: 10px 0 15px 0; text-align: right; position: relative; }
#articleSearchFormSmall input[type="submit"] { position: absolute; width: 43px; height: 43px; margin: 0px 0 0 0 !important; cursor: pointer; text-indent: -9999px; border: 0px; border: solid 1px #0053a5; background: #fff url('/DesktopModules/DnnForge - NewsArticles/Templates/Standard/Images/search-tool.png') no-repeat center center/ 25px; background-color: #0053a5; }
.rtl #articleSearchFormSmall input[type="text"] { width: 95%; height: 43px; line-height: 40px; color: #004c75; margin: 0px 0 0 0; padding: 0 5px 0 0; background: #fff; border: 0px; border: solid 1px #eee; border-left: none; background: #fbfbfb; }
#articleSearchFormSmall input[type="text"] { width: 95%; height: 43px; line-height: 40px; color: #004c75; margin: 0px 0 0 0; padding: 0 0 0 5px; background: #fff; border: 0px; border: solid 1px #eee; border-right: none; background: #fbfbfb; }

/*archive*/
.blue { color: darkblue; }
.listItem li { margin: 0; position: relative; list-style: none; padding: 5px 11px; font-size: 14px; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.rtl .listItem li:hover { margin: 0 3px 0 0; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.listItem li:hover { margin: 0 0 0 3px; webkit-transition: all 200ms ease-out 0s; -moz-transition: all 200ms ease-out 0s; -o-transition: all 200ms ease-out 0s; transition: all 200ms ease-out 0s; }
.listItem li a { color: #333; }
.listItem li a:hover { color: #2c5cda; text-decoration: none; }


/*comment*/
.mb-20 { margin-bottom: 26px !important; }
.ArticleView .commentStyle { background: #f7f3ee; border: solid 1px #f9e5c5; padding: 20px 35px; }
.commentStyle hr { border-top: solid 1px #ddc8a7; }
.ArticleView .commentStyle .fa { font-size: 67px; color: #bbb; }
.ArticleView .commentStyle .datecomment { font-size: 11px; color: #999;float:left;text-align:left; }
.ArticleView .commentStyle p { margin: 0; }
.ArticleView .commentStyle.mb-1 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 15px;
}
.ArticleView .commentStyle.mb-2 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 30px;
}
.ArticleView .commentStyle.mb-3 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 50px;
}
.ArticleView .commentStyle.mb-4 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 70px;
}
.btn a.CommandButton {
  color: #fff;
  
}
.btn.btn-info {

  padding: 3px 10px;
}


.blog__Detail__Wrapper {
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  /* border: 1px solid var(--Gray-95); */
  padding: 2rem 0 2.5rem;
  border-radius: 1rem;
}
.blog__Detail__Header__Content {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  justify-content: space-between;
}
.blog__Detail__Cat {
  position: absolute;
  right: 0;
}
.blog__Detail__Img {
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
.blog__Detail__Img img {
  border-radius: 1rem;
}
.blog__Detail_Content p {
  font-size: var(--fz-t3) !important;
  line-height: var(--lh-t3) !important;
  font-weight: var(--fw-400) !important;
  color: var(--Gray-40) !important;
  margin-block: 0.5rem !important;
}
.table_of_content_wrapper {
  background-color: var(--Green-G99);
  padding: 16px;
  border-radius: 12px;
}
.table_of_content_wrapper .table_of_content_title {
  color: var(--mc1);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--mc1);
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.table_of_content_wrapper .table_of_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.blog__Detail_Content p {
  font-size: var(--fz-t3) !important;
  line-height: var(--lh-t3) !important;
  font-weight: var(--fw-400) !important;
  color: var(--Gray-40) !important;
  margin-block: 0.5rem !important;
}
.blog__Detail__Related {
  background: var(--Green-G40);
  padding: 20px !important;
  margin: calc(var(--main-space) * 0.5) 0;
  border-radius: 16px !important;
  margin-inline: 12px;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07) !important;
}
.blog__Detail__Related__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px !important;
}
.news_Related_Wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 992px) {
  .news_Related_Wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.news_Related_Item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  border-radius: 16px !important;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07) !important;
  flex: 0 0 calc(30% - 8px);
  transition: var(--transition) ease;
}
.news_Related_Stats {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.news_Related_Item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px !important;
}
.news_Related_Stats .ezIcon {
  --icon: 16px;
  margin-left: 6px;
}
.blog__Detail__Comment__Post {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  padding: 2rem 0;
  margin-block: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.blog__Detail__Comment__Post_Form {
  display: flex;
  flex-direction: column;
}
.blog__Detail__Comment__Post_Form textarea {
  width: 100% !important ;
}
.blog__Detail__Comment__Post_Form p:first-child {
  width: calc(100% - 0px) !important;
}
.blog__Detail__Comment__Post input[type="text"],
.blog__Detail__Comment__Post textarea {
  width: 100% !important;
  max-width: 100%;
  border: solid 1px var(--Green-G40) !important;
  border-radius: 0.75rem;
  padding: 0.75rem;
  font-size: var(--fz-t5);
  transition: var(--transition);
  min-height: 48px;
  color: var(--Gray-40);
  resize: none;
  /* margin-bottom: 1rem; */
}
.blog__Detail__Comment__Post #Notify {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.blog__Detail__Comment__Post_Form p:nth-child(2) {
  width: calc(50% - 12px);
}
.blog__Detail__Comment__Post #Notify span.Normal {
  display: flex;
  align-items: center;
  /* margin-bottom: 2rem; */
}
.blog__Detail__Comment__Post #Notify span.Normal input {
  margin: 0 0 0 0.5rem;
}
.blog__Detail__Comment__Post_Form p:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog__Detail__Comment__Post input[type="button"] {
  --btn-accent: #fff;
  --btn-bak: var(--mc1);
  background-color: var(--btn-bak);
  padding: 0.625rem 2rem;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--btn-accent);
  border-radius: 0.75rem;
  margin: 0 auto;
}
.blog__Detail__Comment__Item__Reply,
.blog__Detail__Comment__Post input[type="button"] {
  width: fit-content;
  column-gap: calc(var(--gap) * 2);
  color: var(--btn-accent) !important;
  --icon-color: var(--btn-accent);
  display: flex;
  white-space: nowrap;
  transition: var(--transition);
}
.blog__Detail__Comment__Ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.blog__Detail__Comments {
  margin-bottom: calc(var(--main-space) * 1.75);
}
.blog__Detail__NoComment {
  border-radius: 1.25rem;
  background: var(--Green-G99);
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  padding: 2rem;
}
.blog__Detail__NoComment__Txt img {
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.main__Blog {
  margin-top: 3rem;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
}

.main__Blog .listItem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}
.main__Blog .listItem {
  margin-bottom: 60px;
}
.blog_Card_Home {
  flex: 1;
  position: relative;
  z-index: 1;
}
.blog_Card_Home_Img {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
}
.blog_Card_Home_Img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  max-height: 288px;
  object-fit: cover;
  transition: 2s;
}
.blog_Card_Home_Content {
  border-radius: 16px;
  background: var(--Gray-100);
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 1rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  transform: translateY(-2rem);
  transition: 0.3s;
}
.blog_Card_Home_Content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  z-index: -1;
  transition: var(--transition);
}
.blog__Detail__Title h1 {
  font-size: 22px !important;
  text-shadow: none !important;
}

@media (max-width: 992px) {
  .blog__Detail__Title h1 {
    font-size: 18px !important;
  }
}

.blog_Card_Home_Content_Props {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.blog_Card_Home_Content_Props h2 {
  font-size: 14px !important;
}
.blog_Card_Home_Content_Props a {
  font-size: 14px !important;
}
.blog_Card_Home_Content_Props a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.blog_Card_Home_Content_Props span {
  font-size: 14px !important;
}

.blog_Card_Home:hover .blog_Card_Home_Content_Props span {
  color: #FFF !important;
}

.blog_Card_Home_Content_Ttl,
.blog_Card_Home_Content_Footer_Date {
  transition: var(--transition);
}
.blog_Card_Home_Content_Ttl {
  text-align: start !important;
}
.blog_Card_Home {
  flex: 1;
  position: relative;
  z-index: 1;
}

.blog_Card_Home_Img {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
}

.blog_Card_Home_Img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  max-height: 288px;
  object-fit: cover;
  transition: 2s;
}

.blog_Card_Home:hover .blog_Card_Home_Img img {
  transform: scale(1.1);
}

.blog_Card_Home_Content {
  border-radius: 16px;
  background: var(--Gray-100);
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 1rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  transform: translateY(-2rem);
  transition: 0.3s;
}

.blog_Card_Home_Content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  z-index: -1;
  transition: var(--transition);
}

.blog_Card_Home_Content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(90deg, #AFCA8E 0%, #496428 100%);
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
}

.blog_Card_Home_Content_Ttl,
.blog_Card_Home_Content_Footer_Date {
  transition: var(--transition);
}

.blog_Card_Home:hover .blog_Card_Home_Content::before {
  opacity: 0;
}

.blog_Card_Home:hover .blog_Card_Home_Content::after {
  opacity: 1;
}

.blog_Card_Home:hover .blog_Card_Home_Content {
  transform: translateY(-2.5rem);
  /* background: var(--mc1); */
}

.blog_Card_Home:hover .blog_Card_Home_Content_Ttl {
  color: #fff !important;
}

.blog_Card_Home:hover .blog_Card_Home_Content_Footer_Date {
  color: var(--Gray-99) !important;
}

.blog_Card_Home_Content_Props {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.blog_Card_Home_Content_Footer_More {
  width: 32px !important;
  height: 32px !important;
  border-radius: 12px;
  background: var(--Gray-99);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_Card_Home_Content_Footer_More .ezIcon {
  --icon: 24px !important;
}
body:not(.rtl) .blog_Card_Home_Content_Footer_More .ezIcon {
  transform: rotate(180deg);
}

.main__Blog {
  margin-top: 3rem;
}

.main__Blog .listItem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  padding: 0 !important;
}

@media (max-width: 992px) {
  .main__Blog .listItem {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 70px;
  }
}

.paging_Wrapper {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-block: 60px 40px !important;

  /* margin-block: 32px; */
}

.paging_Wrapper > a {
  display: none;
}

.blog__Detail__Wrapper {
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  /* border: 1px solid var(--Gray-95); */
  padding: 2rem 54px 2.5rem;
  border-radius: 1rem;
  margin-top: 42px;
}

@media (max-width: 992px) {
  .blog__Detail__Wrapper {
    padding: 20px;
  }
}

.blog__Detail__Header__Content {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  justify-content: space-between;
}


@media (max-width: 992px) {
  .blog__Detail__Header__Content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.blog__Detail__Date  p{
text-align: end !important;
}
body:not(.rtl) .blog__Detail__Date {
  position: absolute;
  right: 0;
  top: 5px;
}
.blog__Detail__Date p {
  font-size: 12px !important;
}

.blog__Detail__Title {
  flex: 2;
  text-align: center;
}

.blog__Detail__Img {
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}

.blog__Detail__Img img {
  border-radius: 1rem;
}

.blog__Detail_Content p {
  font-size: var(--fz-b2) !important;
  line-height: var(--lh-b2) !important;
  font-weight: var(--fw-400) !important;
  color: var(--Gray-G40) !important;
  margin-block: 0.5rem !important;
}

.blog__Detail_Content a {
  font-weight: 700;
  color: var(--Green-G40);
}

@media (max-width: 992px) {
  .blog__Detail_Content p {
    font-size: var(--fz-t5) !important;
  }
}

.video__Detail_Wrapper p {
  font-size: var(--fz-t4) !important;
}

.video__Detail_Wrapper .blog__Detail_Content {
  --main-space: 72px;
}

.blog__Detail_Content p span {
  color: var(--Green-G20) !important;
}

.blog__Detail_Content h2,
.blog__Detail_Content h2 span {
  color: var(--Green-G40) !important;
}

.blog__Detail_Content h2 {
  font-size: var(--fz-t3) !important;
  line-height: var(--lh-t3) !important;
  font-weight: var(--fw-600) !important;
  margin-bottom: 0.55rem !important;
  margin-top: 1.5rem !important;
  scroll-margin-top: 0rem;
}

.blog__Detail_Content h3,
.blog__Detail_Content h4 {
  font-size: var(--fz-t3) !important;
  line-height: var(--lh-t3) !important;
  font-weight: var(--fw-600) !important;
  margin-bottom: 0.75rem !important;
  margin-top: 1.5rem !important;
}

.table_of_content_wrapper .table_of_content li a {
  transition: 0.3s;
}

.blog__Detail_Content span[style*="color:#03c1f3"],
.table_of_content_wrapper .table_of_content li a:hover,
html
  .blog__Detail_Content
  .col-lg-10
  div.pb-10.pl-20.pr-20.pt-10
  h3[style*="color"] {
  color: var(--Green-G20) !important;
}

.blog__Detail_Content h3 {
  color: var(--Green-G60) !important;
}

.blog__Detail_Content ul > li > h3 {
  display: inline;
}

html
  .blog__Detail_Content
  .col-lg-10
  div.pb-10.pl-20.pr-20.pt-10
  span[style*="color"] {
  color: var(--Green-G70) !important;
}

.blog__Detail_Content h4 {
  color: var(--Green-G60) !important;
}

.blog__Detail_Content p:has(img) {
  text-align: center;
  position: relative;
}

.blog__Detail_Content p:has(img)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  background: url(/portals/0/images/watermark.svg) center/contain no-repeat;
  width: 200px;
  height: 80px;
  opacity: 0.5;
  transform: translateX(-50%);
}

.blog__Detail_Content p :is(img, video) {
  border-radius: 1rem;
}

.blog__Detail_Content em {
  font-style: normal !important;
}

.blog__Detail_Content ol,
.blog__Detail_Content ul {
  list-style: disc inside;
}
.blog__Detail__Wrapper * {
  text-align: start !important;
}
.blog__Detail_Content :is(ul, ol) > li {
  margin-right: 0 !important;
  list-style: disc inside;
  font-size: var(--fz-t3);
  line-height: var(--lh-t3);
  font-weight: var(--fw-400);
  color: var(--Gray-40);
  margin-bottom: 0 !important;
}

.blog__Detail_Content ol > li {
  list-style: decimal inside;
}

.blog__Detail_Content :is(ul, ol) > li:has(.fa-check) {
  list-style: none;
}

.blog__Detail_Content ol li h5,
.blog__Detail_Content ol li p,
.blog__Detail_Content ul li h5,
.blog__Detail_Content ul li p {
  display: inline-block;
}

.blog__Detail_Content ol li strong,
.blog__Detail_Content ul li strong {
  font-weight: var(--fw-400);
}

.blog__Detail_Content .col-lg-10 div:is([style*="background"], .box2) {
  border-radius: 1rem;
  background-color: var(--Green-G99) !important;
  padding: 1.25rem 1rem !important;
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.blog__Detail_Content .col-lg-10 div.mb-20.ml-20.mr-20.mt-20 {
  background-color: var(--Green-G99) !important;
}

.blog__Detail_Content .col-lg-10 div.blueBg,
.blog__Detail_Content .col-lg-10 div.box2,
.blog__Detail_Content .col-lg-10 div.mb-20.ml-20.mr-20.mt-20,
.blog__Detail_Content .col-lg-10 div.pb-10.pl-20.pr-20.pt-10,
.blog__Detail_Content .col-lg-10 div.pb-30.pt-30,
.blog__Detail_Content .col-lg-10 div.pinkBg,
.blog__Detail_Content .col-lg-10 div.whiteBg {
  display: block !important;
}

.blog__Detail_Content .col-lg-10 div.box2 .align-cen {
  flex-direction: column;
}

.blog__Detail_Content .col-lg-10 div.box2 .align-cen p {
  margin-bottom: 0.5rem !important;
  padding: 0 !important;
}

.blog__Detail_Content .col-lg-10 div.box2 .align-cen div {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.blog__Detail_Content .col-lg-10 div p {
  margin-bottom: 0 !important;
}

.blog__Detail_Content .col-lg-10 div a {
  font-size: var(--fz-t3);
  line-height: var(--lh-t3);
  font-weight: var(--fw-600);
  color: var(--mc1);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative;
}

.blog__Detail_Content .col-lg-10 div a.am-btn-03,
.blog__Detail_Content .col-lg-10 div a.am-btn-04 {
  --btn-accent: #fff;
  --btn-bak: var(--mc1);
  background-color: var(--btn-bak);
  padding: 0.5rem 1rem;
  transition: var(--transition);
  white-space: nowrap;
  color: var(--btn-accent) !important;
  --icon-color: var(--btn-accent);
  border: solid 1px var(--btn-accent);
  border-radius: 1rem;
  margin: 1rem 0.25rem 0 !important;
  display: inline-block;
}

.blog__Detail_Content .col-lg-10 div a::before {
  content: "";
  display: none;
  position: absolute;
  background: url(/portals/_default/skins/ez-skin/assets/icons/arrow.svg)
    center/contain no-repeat;
  left: -0.25rem;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 1.5rem;
  height: 1.5rem;
}

.blog__Detail__Related {
  background: var(--Green-G40);
  padding: calc(var(--main-space) * 0.5) 0;
  margin: calc(var(--main-space) * 0.5) 0;
  border-radius: 16px !important;
  margin-inline: 12px;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07) !important;
}

.blog__Detail__Related__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.blog__Detail__Related__Slider .blog__Card_Related {
  margin: 0 0.5rem;
}

.blog__Detail__Related .slick-arrow {
  background: #fff !important;
  --arrow-accent: var(--mc1) !important;
}

.blog__Detail__Related .slick-arrow:hover {
  background: var(--mc1) !important;
  --arrow-accent: #fff !important;
}

.blog__Detail__Comment__Ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.blog__Detail__Comment__Post input[type="text"],
.blog__Detail__Comment__Post textarea {
  width: 100% !important;
  max-width: 100%;
  border: solid 1px var(--Gray-G90) !important;
  border-radius: 0.75rem;
  padding: 0.75rem;
  font-size: var(--fz-t5);
  transition: var(--transition);
  min-height: 48px;
  color: var(--Gray-40);
  resize: none;
  /* margin-bottom: 1rem; */
}

.blog__Detail__Comment__Item__Reply,
.blog__Detail__Comment__Post input[type="button"] {
  width: fit-content;
  column-gap: calc(var(--gap) * 2);
  color: var(--btn-accent) !important;
  --icon-color: var(--btn-accent);
  display: flex;
  white-space: nowrap;
  transition: var(--transition);
}

.blog__Detail__Comment__Post input[type="button"] {
  --btn-accent: #fff;
  --btn-bak: var(--mc1);
  background-color: var(--btn-bak);
  padding: 0.625rem 2rem;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--btn-accent);
  border-radius: 0.75rem;
  margin: 0 auto;
}

.blog__Detail__Comment__Post #Notify {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.blog__Detail__Comment__Post #Notify span.Normal {
  display: flex;
  align-items: center;
  /* margin-bottom: 2rem; */
}

.blog__Detail__Comment__Post #Notify span.Normal input {
  margin: 0 0 0 0.5rem;
}

.blog__Detail__Comment__Post {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  padding: 2rem 0;
  margin-block: 2.5rem;
}

@media (max-width: 992px) {
  .blog__Detail__Comment__Post {
    padding:20px;
  }
}

.blog__Detail__Comments {
  margin-bottom: calc(var(--main-space) * 1.75);
}

.blog__Detail__Comment__Post .col-lg-8 div.Normal img {
  border-radius: 0.75rem;
}

.blog__Detail__Comment__Post .col-lg-8 div.Normal div {
  margin: 0.375rem 0;
  color: var(--Gray-30);
  font-size: var(--fz-t5);
  line-height: var(--lh-t5);
  font-weight: var(--fw-400);
}

.blog__Detail__Comment__Post .col-lg-8 div.Normal {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
  width: 100%;
}

.blog__Detail .mx-auto {
  width: 83%;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: 16px;
}

@media (max-width: 992px) {
  .blog__Detail__Comment__Post .col-lg-8 div.Normal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .blog__Detail .mx-auto {
    width: 100%;
    flex-direction: column;
  }

  .blog__Detail__Related {
    width: 100% !important;
  }

  .blog__Detail__Comment__Wrapper .mx-auto {
    width: 100% !important;
  }
}

.blog__Detail__Comment__Post .col-lg-8 div.Normal input {
  width: 130px !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  margin-bottom: 0 !important;
}

.blog__Detail__Comment__Item {
  border-radius: 1.25rem;
  background: var(--Green-G99);
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  padding: 2rem;
  margin-bottom: 2rem !important;
}

.blog__Cats__Ttl,
.blog__Detail__Comment__Item__Content {
  margin-bottom: 1rem;
}

.blog__Detail__Comment__Item__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.blog__Detail__Comment__Item__Btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog__Detail__Comment__Item__Reply {
  --btn-accent: var(--mc1);
  --btn-bak: #fff;
  background-color: var(--btn-bak);
  padding: 2px 2.375rem;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0.75rem;
}

.blog__Detail__Comments .paginationjs-pages ul {
  display: flex;
  gap: 1rem;
}

.blog__Detail__NoComment {
  border-radius: 1.25rem;
  background: var(--Green-G99);
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  padding: 2rem;
}

.blog__Detail__NoComment__Txt img {
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}

.table_of_content_wrapper {
  background-color: var(--Green-G99);
  padding: 16px;
  border-radius: 12px;
}

.table_of_content_wrapper .table_of_content_title {
  color: var(--mc1);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--Green-G30);
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.table_of_content_wrapper .table_of_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.table_of_content_wrapper .table_of_content li {
  list-style-type: none !important;
  position: relative;
  padding-right: 24px;
}

.table_of_content_wrapper .table_of_content li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--Gray-40) !important;
}

.table_of_content_wrapper .table_of_content li::before {
  content: ".";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0);
  width: 1.5rem;
  height: 1.5rem;
  background: var(--Gray-G30);
  mask: url(/portals/_default/skins/ez-skin/assets/icons/chevron.svg) no-repeat
    center;
  mask-size: cover;
  -webkit-mask: url(/portals/_default/skins/ez-skin/assets/icons/chevron.svg)
    no-repeat center;
  -webkit-mask-size: cover;
}

.blog__Detail__Comment__Post_Form p:first-child {
  width: calc(50% - 12px);
}

.blog__Detail__Comment__Post_Form p:nth-child(2) {
  width: 100% !important;
}

.blog__Detail__Comment__Post_Form p:nth-child(3) {
  width: 100%;
}

.blog__Detail__Comment__Post_Form p:nth-child(4) {
  width: 100%;
}

.blog__Detail__Comment__Post_Form p:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px !important;
}

.blog__Detail__Cat {
  position: absolute;
  right: 0;
}

.blog__Cats {
  text-align: center;
}

.blog__Cats__List {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Gray-95);
  white-space: nowrap;
  overflow-x: auto;
}
.news_Related_Item:hover {
  transform: translateY(-6px);
}
.news_Related_Item:hover a:last-child {
  color: var(--Green-G30);
}
.news_Related_Item a:last-child {
  transition: all 300ms;
  text-decoration: none !important;
}
.blog__Cats__List__Item {
  position: relative;
  flex: 1;
}

.blog__Cats__List__Item.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-radius: 1.25rem;
  background: var(--mc1);
  height: 3px;
  width: 60%;
}

.blog__Cats__List::-webkit-scrollbar {
  width: 1px;
}

.blog__Cats__List::-webkit-scrollbar-track {
  background: var(--Gray-99);
}

.blog__Cats__List::-webkit-scrollbar-thumb {
  transition: var(--transition);
  background: var(--Green-G70);
}

#articleSearchFormSmall {
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
}

#articleSearchFormSmall input[type="text"] {
  width: 100%;
  height: 3rem;
  line-height: normal;
  color: var(--Gray-40);
  font-size: var(--fz-t5);
  font-weight: var(--fw-400);
  padding-inline-start: 0.75rem;
  /* border-radius: 0 8px 8px 0; */
  border-end-start-radius: 8px;
  border-start-start-radius: 8px;
  border: 1px solid var(--Gray-95);
  background: var(--White);
}

#articleSearchFormSmall input[type="submit"] {
  background-color: var(--mc1);
  background-image: url(Images/search-2.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  -webkit-appearance: none;
  border: none;
  font-size: 0 !important;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem 1.5rem;
  transform: translateX(0.5rem);
}

body:not(.rtl) #articleSearchFormSmall input[type="submit"] {
  transform: translateX(-0.5rem);
}

#dnn_ctr438_NewsSearch_pnlSearch,
#dnn_ctr616_NewsSearch_pnlSearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.blog__Detail__Related__More .ezIcon {
  --icon-color: #FFF;
}